;*****************************
; M80 system config file
;*****************************
;
; Disk Drive Mountings
DISK0=0
DISK1=1
DISK2=2
DISK3=3
;
; Com Port Config Byte Bitmap:
;
;        Bits 0..3 control the baud rate;
;                 0:    300
;                 1:    600
;                 2:   1200
;                 3:   2400
;                 4:   3600
;                 5:   4800
;                 6:   7200
;                 7:   9600
;                 8:  14400
;                 9:  19200
;                10:  28800
;                11:  38400
;                12:  57600
;                13:  76800
;                14: 115200
;                15: 130200
; 
;        Bits 4..5 control the data format
;                0: 7 bits no parity
;                1: 7 bits even parity
;                2: 7 bits odd parity
;                3: 8 bits no parity
; 
;        Bit 6 controls number of stop bits (not curently used)
;                Low: 1 stop bit
;                High: 2 stop bits
; 
;        Bit 7 controls hardware flow control
;                Low: hardware flow control off
;                High: use hardware flow control lines
;
; set com1 to 130200 baud, no parity, 8 bit data, 1 stop bit, hardware handshake on
COM1=191
;
; set com2 to 115200 baud, no parity, 8 bit data, 1 stop bit, hardware handshake on
COM2=190
;
; set com3 to 115200 baud, no parity, 8 bit data, 1 stop bit, hardware handshake off
COM3=62
;
; Z80 Frequency in 100,000Hz increments
; ie: 50 = 5MHz (for 8Mhz 5V Z80), 100 = 10Mhz (for 16Mhz 5V Z80)
FREQ=50
;
; CPM IO byte used to map physical serial devices to logical devices (CON, LST, RDR, PUN)
; ie: IOBYTE=0 sets all locical devices to TTY device (COM1 in case of Mini80)
IOBYTE=0